最新 Intel Xeon CPUを搭載した「C5」のベアメタル環境を起動してみた
AWSチームのすずきです。
EC2の「C5」インスタンスとして、「c5.12xlarge」、「c5.24xlarge」 と、ベアメタル 「c5.metal」 の利用が可能になりました。
今回、ベアメタル 「c5.metal」 のEC2インスタンスを起動して、 開発コード 「Cascade Lake」、 Skylakeの 第2世代にあたる Intel Xeon CPU を確認する機会がありましたので、 紹介させていただきます。
実行環境
リージョン
新しい「C5」インスタンス、2019年6月現在以下のリージョンで利用可能です。
- US East (N. Virginia)
- US West (Oregon)
- Europe (Ireland)
- Europe (London)
- Europe (Frankfurt)
- Europe (Stockholm)
- Europe (Paris)
- Asia Pacific (Singapore)
- Asia Pacific (Sydney)
- AWS GovCloud (US-West
今回、オレゴン(us-west-2)を利用しました。
AMI
AmazonLinux2 のAMIを利用しました。
- AMI ID: amzn2-ami-hvm-2.0.20190612-x86_64-gp2 (ami-07669fc90e6e6cc47)
測定
起動したEC2にSSH接続し、dmidecode と cpuinfo を実行しました。
echo '---instance-type-------' curl http://169.254.169.254/latest/meta-data/instance-type echo echo '---dmidecode-------' sudo dmidecode echo '---cpuinfo-------' echo 'cat /proc/cpuinfo' cat /proc/cpuinfo
結果
dmidecode
System Information、「c5.metal」での起動を確認できました。
System Information Manufacturer: Amazon EC2 Product Name: c5.metal Version: 00001 Serial Number: xxxxxxxx-a103-1e36-0807-18b26016100b UUID: xxxxxxxx-A103-1E36-0807-18B26016100B Wake-up Type: Power Switch SKU Number: Not Specified Family: Default string
cpuinfo
- Xeon Platinum 8200シリーズ、特別な型番が付与されていました。
model name : Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz
- 論理プロセッサは96個(0〜95)の認識でした。
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 85 model name : Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz stepping : 7 microcode : 0x5000017 cpu MHz : 3305.948 cache size : 36608 KB physical id : 0 siblings : 48 core id : 0 cpu cores : 24 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities bugs : spectre_v1 spectre_v2 spec_store_bypass bogomips : 6000.00 clflush size : 64 cache_alignment : 64 address sizes : 46 bits physical, 48 bits virtual power management:
参考
従来の「C5」ファミリー、c5.large の cpuinfo は以下の通りでした。
$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 85 model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz stepping : 4 microcode : 0x200005e cpu MHz : 3413.053 cache size : 25344 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves ida arat pku ospke bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds bogomips : 6000.00 clflush size : 64 cache_alignment : 64 address sizes : 46 bits physical, 48 bits virtual power management:
一覧比較
C5 ファミリー
「C5」ファミリーのインスタンス、CPUコア、搭載メモリあたりの単価としては、新旧変わらない利用が可能です。
- | モデル | vCPU | メモリ (GiB) | ネットワーク帯域幅 | EBS 帯域幅 | 1時間料金 |
---|---|---|---|---|---|---|
- | c5.large | 2 | 4 | 最大 10 | 最大 3.5 | $0.085 |
- | c5.xlarge | 4 | 8 | 最大 10 | 最大 3.5 | $0.17 |
- | c5.2xlarge | 8 | 16 | 最大 10 | 最大 3.5 | $0.34 |
- | c5.4xlarge | 16 | 32 | 最大 10 | 3.5 | $0.68 |
- | c5.9xlarge | 36 | 72 | 10 | 7 | $1.53 |
new!! | c5.12xlarge | 48 | 96 | 12 | 7 | $2.04 |
- | c5.18xlarge | 72 | 144 | 25 | 14 | $3.06 |
new!! | c5.24xlarge | 96 | 192 | 25 | 14 | $4.08 |
new!! | c5.metal | 96 | 192 | 25 | 14 | $4.08 |
- 帯域幅の単位はGbps
- 1時間料金は、北米リージョンのオンデマンド料金(Linux/UNIX)
vCPU(96)
2019年6月時点で、「c5.24xlarge」「c5.metal」は vCPU「96」利用可能なEC2インスタンスとしては、最も廉価なオンデマンド料金で利用することが可能です。
- | モデル | vCPU | メモリ (GiB) | ネットワーク帯域幅 | EBS 帯域幅 | 1時間料金 |
---|---|---|---|---|---|---|
new!! | c5.24xlarge | 96 | 192 | 25 | 14 | $4.08 |
new!! | c5.metal | 96 | 192 | 25 | 14 | $4.08 |
- | m5.24xlarge | 96 | 384 | 25 | 14 | $4.608 |
- | m5.metal | 96 | 384 | 25 | 14 | $4.608 |
- | r5.24xlarge | 96 | 768 | 25 | 14 | $6.048 |
- | r5.metal | 96 | 768 | 25 | 14 | $6.048 |
まとめ
新しくリリースされた「C5」インスタンス、 「c5.12xlarge」 は、9xlarge と 18xlarge の中間、 「c5.24xlarge」 と、ベアメタル 「c5.metal」は、18xlarge を上回る CPU実行環境として利用でき、選択の幅が広がりました。
新しい「C5」インスタンスの Intel Xeon CPU、ディープラーニングに最適化された「Intel DL Boost」をサポートします。 また、ハードウェアでのサイドチャネル攻撃対策が取られた事により、 Meltdown、SpectreなどのCPUの脆弱性対策をソフトウェアで実施した環境で、性能影響が発生していた場合には緩和される事も期待できます。
新しい「C5」インスタンスがリリースされたリージョンで、48コア以上のCPU最適化インスタンスを利用する場合、 最新世代のCPUをぜひお試しください。
dmidecode
全文の実行結果を示します。
$ sudo dmidecode # dmidecode 3.0 Getting SMBIOS data from sysfs. SMBIOS 3.2.1 present. # SMBIOS implementations newer than version 3.0 are not # fully supported by this version of dmidecode. Table at 0x000E9690. Handle 0x0000, DMI type 0, 26 bytes BIOS Information Vendor: Amazon EC2 Version: 1.0 Release Date: 10/16/2017 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 16384 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported 3.5"/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 2.8 Firmware Revision: 1.8 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Amazon EC2 Product Name: c5.metal Version: 00001 Serial Number: xxx23afa-a103-1e36-0807-18b26016100b UUID: xxx23AFA-A103-1E36-0807-18B26016100B Wake-up Type: Power Switch SKU Number: Not Specified Family: Default string Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: Amazon EC2 Product Name: Not Specified Version: Not Specified Serial Number: Not Specified Asset Tag: i-xxxxxxxxxxxxxxxxx Features: Board is a hosting board Board is replaceable Location In Chassis: Default string Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Handle 0x0003, DMI type 3, 22 bytes Chassis Information Manufacturer: Amazon EC2 Type: Rack Mount Chassis Lock: Not Present Version: Not Specified Serial Number: Not Specified Asset Tag: Amazon EC2 Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: Not Specified Handle 0x0004, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: VGA1 Internal Connector Type: None External Reference Designator: VGA External Connector Type: DB-15 female Port Type: Video Port Handle 0x0005, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_PORT1 Internal Connector Type: None External Reference Designator: USB_P5 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0006, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_PORT3 Internal Connector Type: None External Reference Designator: USB_P7 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0007, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_PORT2 Internal Connector Type: None External Reference Designator: USB_P6 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0008, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J23 Internal Connector Type: None External Reference Designator: SATA2~5 External Connector Type: Other Port Type: Other Handle 0x0009, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J24 Internal Connector Type: None External Reference Designator: SATA0~3 External Connector Type: Other Port Type: Other Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J25 Internal Connector Type: None External Reference Designator: SATA4~7 External Connector Type: Other Port Type: Other Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: RJ45_1 Internal Connector Type: None External Reference Designator: MG_LAN External Connector Type: RJ-45 Port Type: Network Port Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: RJ45_2 Internal Connector Type: None External Reference Designator: SLOT1_MDI1 External Connector Type: RJ-45 Port Type: Network Port Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: RJ45_3 Internal Connector Type: None External Reference Designator: SLOT2_MDI0 External Connector Type: RJ-45 Port Type: Network Port Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J1 Internal Connector Type: None External Reference Designator: P0 PCIe 1A1B External Connector Type: Other Port Type: Other Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2 Internal Connector Type: None External Reference Designator: P0 PCIe 1C1D External Connector Type: Other Port Type: Other Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J3 Internal Connector Type: None External Reference Designator: P1 PCIe 2A2B External Connector Type: Other Port Type: Other Handle 0x0011, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J4 Internal Connector Type: None External Reference Designator: P1 PCIe 2C2D External Connector Type: Other Port Type: Other Handle 0x0012, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J16 - BMC_UART1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J17 - BMC_UART2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J18 - BMC_UART3 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J19 - BMC_UART4 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: TPM2.0 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: BATT_HOLDER1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: XDP_CONN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA0 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA1 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_P2 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_P3 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_P4 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LEAK1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LEAK2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0020, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0022, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN3 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0023, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN4 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0024, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN5 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0025, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN6 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0026, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN7 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0027, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN8 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0028, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN9 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0029, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN10 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FAN11 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PUMP1_CONN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PUMP2_CONN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: M.2_1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002E, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:17:00.0 Handle 0x002F, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:17:01.0 Handle 0x0030, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:17:02.0 Handle 0x0031, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:17:03.0 Handle 0x0032, DMI type 9, 17 bytes System Slot Information Designation: PCIe Riser1_160P Type: x16 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:34:00.0 Handle 0x0033, DMI type 9, 17 bytes System Slot Information Designation: PCIe Riser1_200P Type: x16 Other Current Usage: In Use Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:7b:00.0 Handle 0x0034, DMI type 9, 17 bytes System Slot Information Designation: M2_CONN1 Type: x4 M.2 Socket 3 Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:c0:00.0 Handle 0x0035, DMI type 9, 17 bytes System Slot Information Designation: PCIe Riser2_200P Type: x16 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:c2:00.0 Handle 0x0036, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:e6:00.0 Handle 0x0037, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:e6:01.0 Handle 0x0038, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:e6:02.0 Handle 0x0039, DMI type 9, 17 bytes System Slot Information Designation: MINI SAS HD Type: x4 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:e6:03.0 Handle 0x003A, DMI type 9, 17 bytes System Slot Information Designation: PCIe Riser2_160P Type: x16 Other Current Usage: Unknown Length: Other Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:f3:00.0 Handle 0x003B, DMI type 11, 5 bytes OEM Strings String 1: Default string Handle 0x003C, DMI type 12, 5 bytes System Configuration Options Option 1: Jumper J14: 1-2 Normal, 2-3 CMOS Clear Option 2: Jumper J15: 1-2 Normal, 2-3 Password Clear Option 3: Jumper J27: 1-2 Normal, 2-3 ME Force Update Option 4: Jumper J28: 1-2 Normal, 2-3 Flash Security Override Option 5: Jumper J29: 1-2 Normal, 2-3 Manufacturing Jumper Handle 0x003D, DMI type 32, 20 bytes System Boot Information Status: No errors detected Handle 0x003E, DMI type 41, 11 bytes Onboard Device Reference Designation: ASPEED AST2500 VGA Type: Video Status: Disabled Type Instance: 1 Bus Address: 0000:00:1c.4 Handle 0x003F, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard SATA Type: SATA Controller Status: Enabled Type Instance: 1 Bus Address: 0000:00:17.0 Handle 0x0040, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard sSATA Type: SATA Controller Status: Enabled Type Instance: 1 Bus Address: 0000:00:11.5 Handle 0x0041, DMI type 38, 18 bytes IPMI Device Information Interface Type: KCS (Keyboard Control Style) Specification Version: 2.0 I2C Slave Address: 0x10 NV Storage Device: Not Present Base Address: 0x0000000000000CA2 (I/O) Register Spacing: Successive Byte Boundaries Handle 0x0042, DMI type 42, 12 bytes Management Controller Host Interface Interface Type: KCS: Keyboard Controller Style Handle 0x0052, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 2304 GB Error Information Handle: Not Provided Number Of Devices: 6 Handle 0x0053, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x00BFFFFFFFF Range Size: 48 GB Physical Array Handle: 0x0052 Partition Width: 3 Handle 0x0054, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_A1 Bank Locator: NODE 1 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8D9FD Asset Tag: CPU1_DIMM_A1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0055, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x003FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0054 Memory Array Mapped Address Handle: 0x0053 Partition Row Position: 1 Interleave Position: 1 Interleaved Data Depth: 3 Handle 0x0056, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_A2 Bank Locator: NODE 1 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0057, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_B1 Bank Locator: NODE 1 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8D9A7 Asset Tag: CPU1_DIMM_B1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0058, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00400000000 Ending Address: 0x007FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0057 Memory Array Mapped Address Handle: 0x0053 Partition Row Position: 1 Interleave Position: 2 Interleaved Data Depth: 3 Handle 0x0059, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_B2 Bank Locator: NODE 1 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x005A, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_C1 Bank Locator: NODE 1 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA08 Asset Tag: CPU1_DIMM_C1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x005B, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00800000000 Ending Address: 0x00BFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x005A Memory Array Mapped Address Handle: 0x0053 Partition Row Position: 1 Interleave Position: 3 Interleaved Data Depth: 3 Handle 0x005C, DMI type 17, 40 bytes Memory Device Array Handle: 0x0052 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_C2 Bank Locator: NODE 1 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x005D, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 2304 GB Error Information Handle: Not Provided Number Of Devices: 6 Handle 0x005E, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00C00000000 Ending Address: 0x017FFFFFFFF Range Size: 48 GB Physical Array Handle: 0x005D Partition Width: 3 Handle 0x005F, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_D1 Bank Locator: NODE 2 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA10 Asset Tag: CPU1_DIMM_D1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0060, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00C00000000 Ending Address: 0x00FFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x005F Memory Array Mapped Address Handle: 0x005E Partition Row Position: 1 Interleave Position: 1 Interleaved Data Depth: 3 Handle 0x0061, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_D2 Bank Locator: NODE 2 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0062, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_E1 Bank Locator: NODE 2 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA14 Asset Tag: CPU1_DIMM_E1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0063, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x01000000000 Ending Address: 0x013FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0062 Memory Array Mapped Address Handle: 0x005E Partition Row Position: 1 Interleave Position: 2 Interleaved Data Depth: 3 Handle 0x0064, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_E2 Bank Locator: NODE 2 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0065, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU1_DIMM_F1 Bank Locator: NODE 2 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA13 Asset Tag: CPU1_DIMM_F1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0066, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x01400000000 Ending Address: 0x017FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0065 Memory Array Mapped Address Handle: 0x005E Partition Row Position: 1 Interleave Position: 3 Interleaved Data Depth: 3 Handle 0x0067, DMI type 17, 40 bytes Memory Device Array Handle: 0x005D Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU1_DIMM_F2 Bank Locator: NODE 2 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0068, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 2304 GB Error Information Handle: Not Provided Number Of Devices: 6 Handle 0x0069, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x01800000000 Ending Address: 0x023FFFFFFFF Range Size: 48 GB Physical Array Handle: 0x0068 Partition Width: 3 Handle 0x006A, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_A1 Bank Locator: NODE 3 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA44 Asset Tag: CPU2_DIMM_A1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x006B, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x01800000000 Ending Address: 0x01BFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x006A Memory Array Mapped Address Handle: 0x0069 Partition Row Position: 1 Interleave Position: 1 Interleaved Data Depth: 3 Handle 0x006C, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_A2 Bank Locator: NODE 3 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x006D, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_B1 Bank Locator: NODE 3 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA2F Asset Tag: CPU2_DIMM_B1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x006E, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x01C00000000 Ending Address: 0x01FFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x006D Memory Array Mapped Address Handle: 0x0069 Partition Row Position: 1 Interleave Position: 2 Interleaved Data Depth: 3 Handle 0x006F, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_B2 Bank Locator: NODE 3 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0070, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_C1 Bank Locator: NODE 3 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8D9AA Asset Tag: CPU2_DIMM_C1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0071, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x02000000000 Ending Address: 0x023FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0070 Memory Array Mapped Address Handle: 0x0069 Partition Row Position: 1 Interleave Position: 3 Interleaved Data Depth: 3 Handle 0x0072, DMI type 17, 40 bytes Memory Device Array Handle: 0x0068 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_C2 Bank Locator: NODE 3 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0073, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 2304 GB Error Information Handle: Not Provided Number Of Devices: 6 Handle 0x0074, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x02400000000 Ending Address: 0x02FFFFFFFFF Range Size: 48 GB Physical Array Handle: 0x0073 Partition Width: 3 Handle 0x0075, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_D1 Bank Locator: NODE 4 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8D92E Asset Tag: CPU2_DIMM_D1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0076, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x02400000000 Ending Address: 0x027FFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0075 Memory Array Mapped Address Handle: 0x0074 Partition Row Position: 1 Interleave Position: 1 Interleaved Data Depth: 3 Handle 0x0077, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_D2 Bank Locator: NODE 4 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0078, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_E1 Bank Locator: NODE 4 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA5A Asset Tag: CPU2_DIMM_E1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0079, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x02800000000 Ending Address: 0x02BFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x0078 Memory Array Mapped Address Handle: 0x0074 Partition Row Position: 1 Interleave Position: 2 Interleaved Data Depth: 3 Handle 0x007A, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_E2 Bank Locator: NODE 4 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x007B, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: CPU2_DIMM_F1 Bank Locator: NODE 4 Type: DDR4 Type Detail: Synchronous Speed: 2933 MHz Manufacturer: Hynix Serial Number: 72B8DA4B Asset Tag: CPU2_DIMM_F1_AssetTag Part Number: HMA82GR7CJR8N-WM Rank: 2 Configured Clock Speed: 2934 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x007C, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x02C00000000 Ending Address: 0x02FFFFFFFFF Range Size: 16 GB Physical Device Handle: 0x007B Memory Array Mapped Address Handle: 0x0074 Partition Row Position: 1 Interleave Position: 3 Interleaved Data Depth: 3 Handle 0x007D, DMI type 17, 40 bytes Memory Device Array Handle: 0x0073 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: CPU2_DIMM_F2 Bank Locator: NODE 4 Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x007E, DMI type 133, 12 bytes OEM-specific Type Header and Data: 85 0C 7E 00 00 00 E9 AA 00 40 00 00 Handle 0x007F, DMI type 7, 27 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 1536 kB Maximum Size: 1536 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative Handle 0x0080, DMI type 7, 27 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Varies With Memory Address Location: Internal Installed Size: 24576 kB Maximum Size: 24576 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative Handle 0x0081, DMI type 7, 27 bytes Cache Information Socket Designation: L3-Cache Configuration: Enabled, Not Socketed, Level 3 Operational Mode: Varies With Memory Address Location: Internal Installed Size: 36608 kB Maximum Size: 36608 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: Fully Associative Handle 0x0082, DMI type 4, 48 bytes Processor Information Socket Designation: CPU0 Type: Central Processor Family: Xeon Manufacturer: Intel(R) Corporation ID: 57 06 05 00 FF FB EB BF Signature: Type 0, Family 6, Model 85, Stepping 7 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz Voltage: 1.6 V External Clock: 100 MHz Max Speed: 4000 MHz Current Speed: 3000 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x007F L2 Cache Handle: 0x0080 L3 Cache Handle: 0x0081 Serial Number: Not Specified Asset Tag: UNKNOWN Part Number: Not Specified Core Count: 24 Core Enabled: 24 Thread Count: 48 Characteristics: 64-bit capable Multi-Core Hardware Thread Execute Protection Enhanced Virtualization Power/Performance Control Handle 0x0083, DMI type 7, 27 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 1536 kB Maximum Size: 1536 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative Handle 0x0084, DMI type 7, 27 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Varies With Memory Address Location: Internal Installed Size: 24576 kB Maximum Size: 24576 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative Handle 0x0085, DMI type 7, 27 bytes Cache Information Socket Designation: L3-Cache Configuration: Enabled, Not Socketed, Level 3 Operational Mode: Varies With Memory Address Location: Internal Installed Size: 36608 kB Maximum Size: 36608 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: Fully Associative Handle 0x0086, DMI type 4, 48 bytes Processor Information Socket Designation: CPU1 Type: Central Processor Family: Xeon Manufacturer: Intel(R) Corporation ID: 57 06 05 00 FF FB EB BF Signature: Type 0, Family 6, Model 85, Stepping 7 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz Voltage: 1.6 V External Clock: 100 MHz Max Speed: 4000 MHz Current Speed: 3000 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x0083 L2 Cache Handle: 0x0084 L3 Cache Handle: 0x0085 Serial Number: Not Specified Asset Tag: UNKNOWN Part Number: Not Specified Core Count: 24 Core Enabled: 24 Thread Count: 48 Characteristics: 64-bit capable Multi-Core Hardware Thread Execute Protection Enhanced Virtualization Power/Performance Control Handle 0x008B, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Handle 0x009D, DMI type 127, 4 bytes End Of Table